home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Daddy Day Care Press Kit
/
Daddy Day Care Press Kit.iso
/
pc
/
acrobat reader 5 pc
/
plug_ins
/
movie
/
movie.api
/
EXVW
/
3
< prev
Wrap
Text File
|
2002-12-13
|
379b
|
17 lines
gVerticalGapHeight = gStaticTextHeight / 4;
dialog( name: '$$$/Dialogs/Weblink/OpenURL', target_id: 'oURL')
{
group( )
{
view( align_children: align_top )
{
static_text( name: '$$$/Dialogs/Weblink/OpenURL/EnterURLToOpen' );
edit_text( item_id: 'what', width: max_char_width() * 16 );
}
gap( height: gVerticalGapHeight );
ok_cancel();
}
}